body {
	background: #f0f6e3;
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

.clear {	clear: both;
}

a img {
    border: none;
}

a {
	color: #cc0304;
    text-decoration: underline;
}

a:hover {
	color: #000;
    text-decoration: underline;
}

hr {
    color: #e4e7dc;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #e4e7dc;
	clear: both;
}

h2 {
	color: #000;
    font-size: 18px;
}

h3 {
	color: #000;
    font-size: 16px;
}

h4 {
	color: #000;
    font-size: 14px;
}

h5 {	color: #000;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 8px;
    margin-bottom: 0px;
}

h1 {
	color: #000;
    font-size: 22px;
    padding-bottom: 6px;
    margin-top: 1px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

td {
    font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


input[type='text'], input[type='password'], textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
	color: #4d4d4d;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background: #fff url("/images/input-bg.png") repeat-x left top;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


input[type='button'], input[type='submit'], .button, .button_next, .button_ok {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	font-weight: normal;
	padding: 4px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
}

input[type='button'], input[type='submit'], a.button {
	text-shadow: 1px 1px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ececec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec');
	background-color: #fefefe;
	color: #000;
	border: 1px solid #999;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	text-decoration: none;
}


select {
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	background: #fff url("/images/select-bg.png") no-repeat top right;
	min-width: 150px;
	_width: 150px;
	padding: 4px 35px 5px 5px;
}

@-moz-document url-prefix() {
	input[type='button'], input[type='submit'] {		padding: 3px 10px;
	}
	a.button, a.button_next, a.button_ok {
		padding: 4px 10px;
	}
}

input[type='button']:hover, input[type='submit']:hover, a.button:hover {
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #fefefe) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #fefefe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe');
	background-color: #fefefe;
	color: #000;
	-moz-box-shadow: 0px 0px 3px #45adf3 inset;
	-webkit-box-shadow: 0px 0px 3px #45adf3 inset;
	box-shadow: 0px 0px 3px #45adf3 inset;
}


input[type='button'].button_next, input[type='submit'].button_next, a.button_next {
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	background: #727272;
	filter: none;
	border: 1px solid #727272;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #727272;
	-webkit-box-shadow: inset 0px 1px 0px 0px #727272;
	box-shadow: inset 0px 1px 0px 0px #727272;
	text-shadow: 1px 1px 0px #727272;
}

input[type='button'].button_ok, input[type='submit'].button_ok, a.button_ok {
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	background: #71a107;
	filter: none;
	border: 1px solid #71a107;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #71a107;
	-webkit-box-shadow: inset 0px 1px 0px 0px #71a107;
	box-shadow: inset 0px 1px 0px 0px #71a107;
	text-shadow: 1px 1px 0px #71a107;
}

input[type='submit'].button_ok.addcart, a.button_ok.addcart {
	background: #71a107 url("/images/btn_addcart.gif") no-repeat 10px center;
	padding-left: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.button_next:hover {
	text-decoration: none;
	color: #fff;
}

.button_ok:hover {
	text-decoration: none;
	color: #fff;
}


.cell {
	display: table-cell;
	vertical-align: middle;
}

.informace {
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.informace_fill {
	background-color: #f9f9f9;
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.small {
    font-size: 10px;
}

.midle {
    font-size: 11px;
}

.info_box {
	padding-bottom: 15px;
	border-bottom: 1px #e4e7dc solid;
	margin-bottom: 15px;
}

.center_box {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	position: relative;
}

.center_box.wht {	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

#head {
	height: 55px;
	padding: 15px 0px;
    position: relative;
}

#home_url {
	float: left;
	background: url("/images/logo.gif") no-repeat left top;
	display: block;
	width: 348px;
    height: 53px;
	margin-top: 3px;
	margin-left: 15px;
}

#hledat {
	background: url("/images/head-sep.gif") no-repeat right center;
	float: left;
	padding: 5px 40px 5px 0px;
	margin-top: 7px;
	margin-left: 70px;
}

#hledat table {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #71a107 solid;
}

#hledat input[type=text] {
	width: 200px;
	margin: 0px;
	border: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 9px;
	color: #4d4d4d;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-box-shadow: 2px 2px 4px #eee inset;
	-webkit-box-shadow: 2px 2px 4px #eee inset;
	box-shadow: 2px 2px 4px #eee inset;
}

#hledat input[type=text]:focus {
	outline: 0px;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#hledat input[type='submit'] {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 33px;
	height: 33px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #d2e5af url("/images/btn_search.gif") no-repeat center;
}

.kos_box {	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

a#kos {
	display: block;
	background: url("/images/kos-bg.gif") no-repeat 15px center;
	width: 220px;
	height: 40px;
	color: #cc0304;
    text-decoration: none;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-weight: bold;
	position: relative;
}

a#kos span.klabel {
	position: absolute;
	top: 15px;
	display: block;
	width: 20px;
	height: 18px;
	padding-top: 3px;
	text-align: center;
   	font-size: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #71a107;
}

a#kos span.kcena {
	margin-top: 5px;
	display: inline-block;
	font-weight: normal;
	text-transform: none;
	float: right;
   	font-size: 24px;
}

#mena_box {	float: right;
	font-size: 12px;
	position: absolute;
	left: 913px;
	top: 15px;
	font-size: 11px;
}

#mena_box a {	margin-left: 4px;
	text-decoration: none;
	color: #aaa;
	box-shadow: 1px -3px 4px rgba(0, 0, 0, 0.3);
}

#mena_box a:hover {
	color: #000;
	text-decoration: none;
}


.menu_box {	background-color: #699706;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #8BC30A),
		color-stop(0.7, #649006)
	);
	background-image: -o-linear-gradient(bottom, #8BC30A 0%, #649006 70%);
	background-image: -moz-linear-gradient(bottom, #8BC30A 0%, #649006 70%);
	background-image: -webkit-linear-gradient(bottom, #8BC30A 0%, #649006 70%);
	background-image: -ms-linear-gradient(bottom, #8BC30A 0%, #649006 70%);
	background-image: linear-gradient(to bottom, #8BC30A 0%, #649006 70%);

	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.dropdown_menu {
	min-height: 0;
	position: relative;
	z-index: 199;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 5px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.dropdown_menu li {
	float: left;
	position: relative;
	display: block;
}

.dropdown_menu li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
}

.dropdown_menu li a:hover, .dropdown_menu li:hover a {
	text-decoration: none;
	color: #fff;
	background-color: #304700;
}

.dropdown_menu li ul {
	z-index: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: -9999px;
	-webkit-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
	background-color: #304700;
}

.dropdown_menu li ul li {
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font-weight: normal;
}

.dropdown_menu li ul li a {
	padding: 8px 40px 8px 15px;
	min-width: 140px;
	white-space: nowrap;
	display: block;
	border-left: 0px;
}

.dropdown_menu li:hover ul {
	left: 0;
}

.dropdown_menu li:hover ul li a {
	display: block;
	background-color: #304700;
	color: #fff;
	text-decoration: none;
}

.dropdown_menu li:hover ul li a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.dropdown_menu li:hover ul li hr {
    color: #353535;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #353535;
	clear: both;
}

#obsah-box {
	padding: 10px;
	position: relative;
	border-top: 1px #649006 solid;
}

#telo {
	float: right;
	width: 730px;
}

#telo-root {	width: 956px;
	margin: 0px auto;
}


#left_box {	float: left;
	width: 220px;
}

#left_box.index-hide {
	display: none;
}

#telo.index-show {
	float: none;
	width: 970px;
}


.hlavicka {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.hlavicka span {	display: block;
	padding-bottom: 8px;
}

.hlavicka a {
    text-decoration: none;
	color: #000;
}

.hlavicka a:hover {
    text-decoration: underline;
	color: #000;
}

.side-box {
	border: 1px #e4e7dc solid;
	margin-bottom: 15px;
}


#zapati {
	color: #353535;
	margin: 15px 10px 0px 10px;
	border-top: 2px #71a107 dotted;
	padding: 25px 0px 10px 0px;
}

.zapati_obsah {	padding: 0px 10px;
}

#zapati a {
	color: #353535;
	text-decoration: none;
}

#zapati a:hover {
    color: #000;
	text-decoration: underline;
}

#zapati h2, #zapati h3, #zapati h4 {
    color: #71a107;
}

#zapati h2, #zapati h3 {
    color: #71a107;
	font-size: 18px;
}

#footer_menu {	margin-top: 25px;
	border-top: 1px #e4e7dc dotted;
	text-align: left;
	padding: 0px 10px;
}

#footer_menu ul li a {
    color: #353535;
    text-decoration: underline;
}

#footer_menu ul li a:hover {
    color: #000;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu ul li.sep {
    padding: 0px 15px;
    color: #ddd;
}

#partnermedia {
	background: url('/images/partnermedia.png') no-repeat;
	display: inline-block;
	width: 75px;
	height: 20px;
	float: right;
	margin-left: 30px;
}

.fprava {	float: right;
}

.kat_hlavicka {
	padding: 8px 8px 8px 8px;
	color: #fff;
	background-color: #71a107;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 1px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

a.kat_normal {
	padding: 8px 15px 8px 10px;
	color: #000;
	background-color: #f1f1f1;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
}

a.kat_normal:hover {	background-color: #d5d6d7;
}

div.kategorie span.plus, div.kategorie span.minus, div.kategorie span.normal {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 10px;
	left: 10px;
	line-height: 0px;
	font-size: 0px;
	color: #000;
	cursor: pointer;
}

div.kategorie span.plus {
	background: url('/images/plus.gif') no-repeat;
}

div.kategorie span.minus {
	background: url('/images/minus.gif') no-repeat;
}

div.kategorie span.normal {
	background: url('/images/normal.gif') no-repeat;
}

div.kategorie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}

div.kategorie ul.show {
	display: block;
}

div.kategorie ul li {
	position: relative;
}

div.kategorie ul li div.kat_line {
	height: 1px;
	background-color: #4c4639;
	color: #000;
}

div.kategorie ul li a {
	display: block;
	min-height: 11px;
	_height: 11px;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	padding: 6px 5px 6px 30px;
	font-weight: normal;
	background-color: #f1f1f1;
	background-color: #f5f6f7;
	margin-bottom: 1px;
}

div.kategorie ul li ul li a {
	background-color: #f5f6f7;
	color: #000;
}

div.kategorie ul li a:hover, div.kategorie ul li a.selected {
	background-color: #d5d6d7;
	color: #000;
	text-decoration: none;
}

div.kategorie ul li ul li a:hover, div.kategorie ul li ul li a.selected {
	background-color: #d5d6d7;
	color: #000;
	text-decoration: none;
}


div.kategorie ul li.nk ul li span {
	left: 30px;
}

div.kategorie ul li.nk ul li a {
	padding-left: 45px;
}

div.kategorie ul li.nk ul li ul li span {
	left: 45px;
}

div.kategorie ul li.nk ul li ul li a {
	padding-left: 60px;
}

div.kategorie ul li.nk ul li ul li ul li span {
	left: 60px;
}

div.kategorie ul li.nk ul li ul li ul li a {
	padding-left: 75px;
}

div.kategorie ul li.nk ul li ul li ul li ul li span {
	left: 75px;
}

div.kategorie ul li.nk ul li ul li ul li ul li a {
	padding-left: 90px;
}

div.kategorie ul li.nk span {
	display: block;
	left: 15px;
}

div.kategorie ul li.nk a {
	padding-left: 30px;
}

div.kategorie ul li.nk {
	position: relative;
}


div#vyrobce-box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #e4e7dc solid;
}

div#vyrobce_list {
	border: 1px #7f9db9 solid;
	background-color: #fff;
	overflow-y: auto;
	padding: 0px 3px 0px 3px;
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
}

div#vyrobce_list ul {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#vyrobce_list ul li {
	padding: 1px 10px 0px 2px;
}

div#vyrobce_list a {
    color: #535353;
    text-decoration: none;
}

div#vyrobce_list a:hover {
    color: #000;
    text-decoration: underline;
}

.oddelovac {	padding-bottom: 15px;
	border-bottom: 1px #e4e7dc solid;
	margin-bottom: 15px;
}


.snav_box {	background-color: #f2f2f2;
	padding: 8px 15px;
}

div#snav {
    font-size: 11px;
}

div#snav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#snav ul li {
	display: inline;
    color: #666;
}

div#snav ul li.sep {
	margin: 0px 5px;
	color: #aaa;
    font-family: Verdana, Helvetica, sans-serif;
}

div#snav ul li a {
    color: #666;
   	text-decoration: none;
}

div#snav ul li a:hover {
    color: #000;
	text-decoration: underline;
}

div#snav ul li strong a, div#snav ul li strong a:hover {	color: #648298;
}


div.filtr {
	border: 1px #eee solid;
	background-color: #f5f5f5;
    font-size: 11px;
	padding: 6px 10px;
	margin-top: 5px;
}

div.filtr select {
    font-size: 11px;
}

div.filtr .color {	font-size: 0px;
	cursor: pointer;
	border: 0px #e4e7dc solid;
	background-image: url(/images/dot.gif);
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#navigace {	padding-top: 2px;
}

#navigace_leva {	float: left;
	width: 300px;
}

#navigace_prava {
	float: right;
	font-size: 11px;
}

#navigace td {
    font-size: 11px;
    color: #000;
}

#navigace select {
    font-size: 11px;
}


.navigacedb {
    font-size: 12px;
	padding: 6px 0px;
	margin-top: 10px;
}

.db_page {
	padding-top: 2px;
    font-size: 12px;
}

a.db {
	color: #000;
}

a:hover.db {
	color: #000;
}

.db_leva {
	float: left;
}

.db_prava {
	text-align: right;
}

.db_leva a {
	padding: 4px 8px;
	border: 1px solid #eee;
	color: #000;
	font-size: 12px;
    text-decoration: none;
    margin-left: 0px;
}

.db_leva a:hover {
	background-color: #71a107;
	text-decoration: none;
	color: #fff;
}

.db_leva a.db_page_active {
	font-weight: normal;
    color: #fff;
	border: 1px solid #71a107;
	background-color: #71a107;
}


.filter_box div {
	display: inline-block;
	width: 330px;
	margin-right: 20px;
	margin-bottom: 4px;
}


.filter_box label {	font-weight: bold;
	display: inline-block;
	width: 115px;
	text-align: left;
	padding-right: 10px;
}

.filter_box select {	display: inline-block;
	width: 200px;
}


#ikony div {
	float: left;
	padding: 5px 15px 0px 0px;
}


.prbox {
	float: left;
	width: 212px;
	position: relative;
	padding: 15px;
	margin: 0px;
	border-right: 1px solid #e4e7dc;
	border-bottom: 1px solid #e4e7dc;
	background: url('/images/prbox-bg.png') repeat-x bottom;
}

.prboxindex .prbox {	width: 211px;
}

.prbox.first {
	border-left: 1px solid #e4e7dc;
}

.prbox_text {
	overflow: hidden;
	height: 95px;
	margin-top: 10px;
}

.prbox_text h2 {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.prbox_text h2 a {
	color: #000;
	text-decoration: none;
}

.prbox_text h2 a:hover {
	color: #000;
	text-decoration: none;
}

.prbox_text p {
	display: block;
	margin: 0px;
	padding-top: 5px;
	color: #4d4d4d;
	font-size: 11px;
}

.prbox_img {
	width: 205px;
	height: 200px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.prbox_img a {
	display: block;
}

.prbox_img span, .dimg span {	line-height: 0px;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0px;
	left: 199px;
	width: 39px;
	height: 22px;
	padding-top: 20px;
	padding-right: 5px;
	text-align: right;
}

.dimg span {
	left: 307px;
	top: 1px;
	z-index: 2;
}

.prbox_img span.ico_novinka, .dimg span.ico_novinka {
	background: url('/images/ico-novinka.png') no-repeat top right;
}

.prbox_img span.ico_akce_slv, .dimg span.ico_akce_slv {
	background: url('/images/ico-akce-slv.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox_img span.ico_akce, .dimg span.ico_akce {
	background: url('/images/ico-akce.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox_img span.ico_doprava, .dimg span.ico_doprava {
	background: url('/images/ico-doprava.png') no-repeat top right;
}


.prbox span.dostupnost {
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #71a107;
	font-size: 12px;
	font-weight: bold;
}

.prbox_cena {
	height: 54px;
	overflow: hidden;
}

.prbox_cenatext {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

div.prbox_btn {
	float: right;
}




span.nedostupny {
	color: #999;
}

span.sklad {
	color: #71a107;
}

.prbox_popis {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 55px;
	color: #666;
	font-size: 11px;
}

.prbox_btn {	margin-bottom: 2px;
}



.prcena {
	font-size: 11px;
	font-weight: bold;
}

div#tblporovnani table {
	border: 1px solid #e4e7dc;
}

div#tblporovnani td {
	font-size: 11px;
	padding: 4px 10px;
	background-color: #fff;
	border-left: 1px solid #e4e7dc;
}

div#tblporovnani td.legend {
	background-color: #f5f6f1;
	border-left: 0px;
}

div#tblporovnani td h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}


.ramecek2 {
    border: 1px #e4e7dc solid;
}

th {
    background-color: #f5f6f1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

tr.licha td, tr.suda td {
    border-top: 1px solid #e4e7dc;
    font-size: 12px;
}

tr.licha {
	background-color: #fcfcfc;
}

tr.tbcelkem {
	background-color: #f5f6f1;
}

tr.tbcelkem td {
	border-top: 1px solid #e4e7dc;
	padding: 10px 4px;
}

tr.licha td table tr td, tr.suda td table tr td {
    border: 0px;
}

tr td.tbcert {
	padding-right: 12px;
	text-align: right;
	font-weight: bold;
}

tr td.tbcert span {
	font-weight: normal;
}


.pop {
	font-size: 11px;
	font-style: normal;
}


#detail_img {
	float: left;
	width: 352px;
	position: relative;
	margin-top: 10px;
}

#detail_img div.dimg {
	width: 352px;
	height: 352px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px #e4e7dc solid;
}

#detail_img a {	text-align: center;
	display: inline-block;
}

.detail_img_akce {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#detail_data {
	margin-top: 10px;
	float: right;
	width: 350px;
	padding-right: 5px;
}

.popiskody {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}

.popiskody span {
	color: #000;
	padding-right: 20px;
	padding-left: 5px;
}

.kratkytext {
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}


#detail_table {
	border-top: 1px #e4e7dc dotted;
	margin: 15px 0px;
	width: 100%;
}

#detail_table tr td.tlegend {
	padding: 10px 0px 10px 10px;
	text-align: left;
   	font-size: 12px;
	color: #666;
}

#detail_table tr td.tlegend span {
	padding-top: 8px;
	display: inline-block;
}

#detail_table tr.tblicha td, #detail_table tr.tbsuda td {
    border-bottom: 1px #e4e7dc dotted;
	padding: 10px 2px;
}

#detail_table tr.tblicha td table tr td, #detail_table tr.tbsuda td table tr td {
	padding: 2px 0px;
    border-bottom: 0px;
}


#detail_table tr.tblicha td table tr.licha td, #detail_table tr.tbsuda td table tr.licha td,
#detail_table tr.tblicha td table tr.suda td, #detail_table tr.tbsuda td table tr.suda td {    border-top: 1px solid #e4e7dc;
	font-size: 14px;
	padding: 4px 0px;
}

#detail_table tr.tblicha td table tr.licha, #detail_table tr.tbsuda td table tr.licha {
	background-color: #fcfcfc;
}

#detail_table tr td strong {
	color: #000;
}

#detail_table tr td.objcena strong {
	color: #000;
}


.nasecena {
	font-size: 25px;
	font-weight: bold;
	color: #cc0304;
}

.nasecena p {	margin: 2px 0px;
}

.nasecena .popis {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	margin-top: 8px;
}

.nasecena .popis2 {
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

.cenadph {
	font-weight: normal;
	font-size: 13px;
}

.cervena {
    color: #cc0304;
}


.pinfo {
	color: #666;
	font-size: 12px;
}

.pname {
	font-size: 12px;
	margin: 0px;
}

.objpol {	padding-top: 6px;
}

.pname span {	color: #999;
	font-size: 11px;
}

.pname span.cervena {
	color: #cc0304;
	font-weight: bold;
	font-size: 12px;
}

.pname span.sklad {
	color: #71a107;
	font-size: 11px;
}

.onakupu {
	margin: 15px 0px;
	padding: 15px;
	background-color: #f8f2d8;
	color: #000;
	font-size: 14px;
}

.onakupu p {	margin-bottom: 0px;
}


#fotogal {
	padding-top: 20px;
}

#fotogal a {
	float: left;
	display: block;
	background-color: #fff;
	border: 1px #e4e7dc solid;
	width: 102px;
	height: 102px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#fotogal a.fprvni {	margin-right: 0px;
}

#fotogal a:hover {
	border: 1px #999 solid;
}


.detail_popis {	text-align: justify;
	color: #000;
	margin-top: 20px;
}

div#detail_param {	margin-top: 20px;
	padding-bottom: 10px;}

div#detail_param td {
	padding: 5px 30px 5px 0px;
	font-size: 12px;
	border-top: 1px #e4e7dc dotted;
}

.req {
	color: #d20000;
}

.reqinput {	background-color: #fff4ba;
	border: 1px solid #7f9db9;
}

strike, del {
    text-decoration: none;
    background: url("/images/strike.gif") repeat-x center left;
}

.note {
	font-size: 11px;
	color: #4d4d4d;
}

.pointer {
	font-size: 11px;
	cursor: pointer;
}

.errbox, .errtext {
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
	color: #890a00;
	padding: 15px;
}

.infobox {
	background-color: #ecf2f7;
	border: 1px solid #93c2e6;
	color: #000;
	padding: 10px;
}

#mapa ul {
	list-style-image: url("images/normal.gif");
	margin: 10px 0px;
	padding: 0px;
}

#mapa li {
	margin-left: 30px;
}

#companylist h2 {
	font-size: 16px;
}

#companylist h2 a {
	color: #000;
	text-decoration: none;
}

#companylist h2 a:hover {
	color: #000;
	text-decoration: underline;
}


.odstavec {
	background: #71a107;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	margin: 5px 0px;
	padding: 8px 12px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.odstavec.kom {
	margin: 10px 0px 0px 0px;
}

.odstavec a {
    text-decoration: none;
	color: #fff;
}

.odstavec a:hover {
    text-decoration: underline;
	color: #fff;
}


.obsah_box_obsah {
	color: #000;
	background-color: #fafafa;
	border: 1px #e4e7dc solid;
	padding: 10px;
	margin-top: 5px;
}


.katlist-box {	margin: 10px 0px 14px 0px;
}

ul.katlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
}

ul.katlist li {
	float: left;
	display: block;
	padding: 4px 15px 4px 25px;
	width: 200px;
	background: url("/images/folder.png") left center no-repeat;
}

ul.katlist li.active {	font-weight: bold;
}

ul.katlist.zn li {	width: 160px;
	padding: 2px 15px 2px 0px;
	background: none;
}

ul.katlist.zn li a {	color: #000;
	text-decoration: none;
}

ul.katlist.zn li a:hover {
	color: #000;
	text-decoration: underline;
}


div#komentare {}

div#komentare div.dotaz {
	margin-bottom: 20px;
}

div#komentare div.udaje {	padding: 6px 15px;
	background-color: #e3f4ff;
	border-top: 1px solid #bfdff5;
	border-bottom: 1px solid #bfdff5;
	color: #000;
}

div#komentare div.text {
	background-color: #fff;
	padding: 10px 15px;
}

div#komentare div.udaje em {
	font-size: 10px;
	color: #000;
	font-style: normal;
}

div#komentare div.odpoved {
	margin-left: 15px;
}

div#komentare div.udaje_admin {
	padding: 6px 0px 0px 0px;
	color: #ec2c7e;
}

div#komentare div.text_admin {
	padding: 10px 0px;
	color: #000;
}

div#komentare div.udaje_admin em {
	font-size: 10px;
	font-style: normal;
}



.provize_th {
	color: #3399dd;
}


#hodnoceni {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

#hodnoceni p {	padding: 0px;
	margin-bottom: 4px;
	font-size: 11px;
}

#hodnoceni div {
	float: left;
}

#hodnoceni div.hlastext {
	font-size: 12px;
	margin-top: 7px;
	margin-left: 6px;
	font-size: 15px;
}

#hodnoceni ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 27px;
	position: relative;
	background: url("/images/hlasovani.gif") top left repeat-x;
}

#hodnoceni ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}

#hodnoceni ul li.hodnota {
	background: url("/images/hlasovani.gif") left bottom repeat-x;
	position: absolute;
	display: block;
	height: 27px;
	z-index: 1;
}

#hodnoceni ul li a {
	display: block;
	width: 28px;
	height: 27px;
	text-decoration: none;
	z-index: 17;
	position: absolute;
	padding: 0px;
}

#hodnoceni ul li a:hover {
	background: url("/images/hlasovani.gif") left center;
	z-index: 2;
	left: 0px;
}

#hodnoceni ul li a.hod1 {	left: 0px;
}
#hodnoceni ul li a.hod1:hover {
	left: 0px;
	width: 28px;
}
#hodnoceni ul li a.hod2 {	left: 28px;
}
#hodnoceni ul li a.hod2:hover {	left: 0px;
	width: 56px;
}
#hodnoceni ul li a.hod3 {	left: 56px;
}
#hodnoceni ul li a.hod3:hover {	left: 0px;
	width: 84px;
}
#hodnoceni ul li a.hod4 {	left: 84px;
}
#hodnoceni ul li a.hod4:hover {	left: 0px;
	width: 112px;
}
#hodnoceni ul li a.hod5 {	left: 112px;
}
#hodnoceni ul li a.hod5:hover {	left: 0px;
	width: 140px;
}


div#bazar div.bazar-box {
	margin-bottom: 13px;
	border: 1px solid #f1f1f1;

	-moz-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}

div#bazar div.text {	padding: 8px;
}

div#bazar div.text img {
	border: 3px solid #f1f1f1;
	margin: 8px 0px;
}

div#bazar div.kontakt {
	background-color: #f9f9f9;
	color: #000;
	padding: 8px;
}

div#bazar span.datum {
	font-size: 11px;
	color: #7697b1;
	font-style: normal;
}

div#bazar em {
	font-size: 11px;
	color: #666;
	font-style: normal;
	width: 60px;
}

div#bazar strong {
	font-size: 11px;
	color: #000;
	font-style: normal;
}


#aktuality div.clanek {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #e5e5e5;
}

#aktuality h3.nadpis {
    font-weight: bold;
	font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
}

#aktuality h3.nadpis a {	color: #000;
	text-decoration: none;
}

#aktuality h3.nadpis a:hover {
	color: #000;
	text-decoration: underline;
}

#aktuality span.datum, .aktuality-datum {
	float: right;
	font-size: 10px;
	color: #999;
}

.aktuality-datum-detail {
	margin-top: 30px;
	font-size: 10px;
	color: #999;
}

#aktuality img.nahled {
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
}


ul.aktlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.aktlist li {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	width: 255px;
}

div.aktback {
	font-size: 12px;
	padding-top: 10px;
}




#zoom-block {
	min-height: 1px;
	_height: 1px;
}

div#zoom {
	background: url("/images/overlay.png");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
    text-align: center;
	z-index: 90000;
}

* html div#zoom {
	background: url("/images/overlay.gif");
}

div#zoom div#zoomdiv {	position: absolute;
	text-align: center;
}

div#zoom div#zoomdiv.detail {
	background-color: #fff;
    border: 10px solid #fff;
}

div#zoom div#zoomdiv div.close {	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

div#zoom div#zoomdiv div.text {
	position: absolute;
	left: 143px;
	top: 38px;
	width: 425px;
	height: 240px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

div#zoom div#zoomdiv div.text h4 {	color: #aa1408;
    font-size: 26px;
    padding-bottom: 4px;
    font-weight: normal;
    margin: 0px;
}


div#rss {	text-align: justify;
}



.reklamacefrm {
	border: 1px #f1f1f1 solid;
	background-color: #f9f9f9;
	color: #000;
	padding: 10px;
}



#katonindex div.sep {
	float: left;
}

#katonindex div.sep div {
	margin-right: 20px;
}

#katonindex h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
    margin-top: 17px;
    margin-bottom: 6px;
}

#katonindex h2 a {
	color: #000;
	text-decoration: none;
}

#katonindex h2 a:hover {
	color: #338c91;
	text-decoration: underline;
}

#katonindex a {
	color: #000;
}

#katonindex a:hover {
	color: #0085cf;
}


#znacky {	padding-top: 20px;
}
#znacky img {
	max-height: 60px;
	width: auto;
	float: left;
	margin-right: 20px;
}
#znacky td {	padding-bottom: 10px;
}

#znacky .zninfo {	background-color: #0f8dd5;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 3px 7px;
	border-radius: 50%;
	text-decoration: none;
	margin-left: 5px;
}

div#upozorneni {
    background: #fcfcfc url("/images/upozorneni.gif") no-repeat left top;
	margin-bottom: 10px;

	border: 2px #cd0000 solid;
	padding: 40px 8px 10px 8px;
	margin-bottom: 10px;

	-moz-border-radius: 6px;
	-webkit-border-bottom: 6px;
	border-radius: 6px;
}


.darkyimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px #e4e7dc solid;
	padding: 10px;
}

.darkyimg:hover {
	border: 1px solid #000;
}



#frmskladem input {
	margin-left: 0px;
	margin-top: 6px;
}

#frmskladem label {
	cursor: pointer;
	padding-left: 4px;
	color: #7aa22b;
}

#frmskladem label:hover {
	text-decoration: underline;
}


#sledovani_zasilek {
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

#sledovani_zasilek input[type='text'] {
	width: 175px;
}

#sledovani_zasilek select {	width: 185px;
}

#sledovani_zasilek-form {
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	width: 340px;
}

#sledovani_zasilek-vysledek {	margin-top: 15px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}

.emailnews {
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

.emailnews input[type='text'] {
	width: 175px;
}


#youtube {	padding-bottom: 15px;
}


.popis_cr {	color: #cc3300;
}

.popis_cg {
	color: #009933;
}

.popis_cb {
	color: #6699ff;
}

.mn_up, .mn_down {
	display: block;
	width: 9px;
	height: 5px;
	margin: 6px;
}

.mn_up {
    background: url("/images/mn_up.gif") no-repeat;
}

.mn_down {
    background: url("/images/mn_down.gif") no-repeat;
}


.nepritomnost {	padding: 15px;
	margin: 20px 0px;
	color: #000;
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
	font-size: 14px;
}


.kosik_img {
	float: left;
	background-color: #fff;
	border: 1px #e4e7dc solid;
	width: 40px;
	height: 40px;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}



#social_bookmark {
	margin-bottom: 20px;
}

#social_bookmark p {
	font-size: 11px;
	color: #336699;
}

#social_bookmark ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#social_bookmark ul li {
	float: left;
	display: block;
	height: 24px;
	padding-left: 30px;
	width: 110px;
	margin-bottom: 4px;
}

#social_bookmark ul li a {
	display: block;
	padding-top: 4px;
}



div#rozsah_cen {	margin: 0px 0px 5px 0px;
}

div#rozsah_cen div#slider-range {	width: 223px;
	font-size: 10px;
	display: inline-block;
	margin: 0px 10px;
}


.facebook-like {
	margin-top: 25px;
	padding: 6px 0px;
}


div#video div.list {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 30px;
}

div#video div.list a.img {
	border: 1px #e4e7dc solid;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 2px;
}

div#video div.list a.img:hover {
	border: 1px #999 solid;
}

div#video div.list div.text {
	overflow: hidden;
	height: 32px;
}


#hledatkat {
	padding-top: 5px;
}

#hledatkat ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hledatkat ul li {
	display: block;
	float: left;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 2px;
}


.ui-tabs-panel {
	background-color: #fff;
}


.selbox {
	padding: 10px;
	border: 1px #e6e6e6 solid;
	background-color: #fcfcfc;
	margin: 5px 0px 15px 0px;
}

.selpost label:hover, .selbox label:hover {
/*    text-decoration: underline;	*/
}

.selpost {
	padding: 10px;
	border: 1px #e6e6e6 solid;
	background-color: #fcfcfc;
	margin: 5px 0px 15px 0px;
}

.selpost input.selv {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.selpost label {
	float: left;
	width: 500px;
	cursor: pointer;
}

.selpost span.selvcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
}

.selvpopis {
	display: none;
	clear: both;
	font-size: 12px;
    color: #7995B0;
	margin-left: 24px;
	padding: 6px 0px;
}
.selvpopis.show {	display: block;
	margin-left: 0px;
}
.selvpopis img {
	margin-top: 4px;
}
.help-ico {	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background: url("/images/help.png") no-repeat top;
}
.selvpopis strong {	color: #d20000;
}

.selpost div.selvbr {
	clear: both;
	padding-bottom: 5px;
}

.selpost div.selvpost {
	clear: both;
	margin-left: 21px;
}

.krekap {
	padding: 10px;
	border: 1px #bfdff5 solid;
	background-color: #f8fdff;
	margin: 5px 0px 15px 0px;
}

.krekap label {
	float: left;
	width: 433px;
}

.krekap span.tcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
}

.krekap div.selvbr {
	clear: both;
	padding-bottom: 3px;
}


div#mnkosbox {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

ul#mnkos {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mnkos li {
	display: inline;
	margin-right: 5px;
	float: left;
}

#mnkos li span, #mnkos li a {
	display: block;
	background-color: #e6e6e6;
	padding: 10px 15px;
    color: #666;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#mnkos li span.active {
	background-color: #71a107;
	color: #fff;
}

#mnkos li a {
    color: #000;
    text-decoration: none;
}

#mnkos li a:hover {
	background-color: #c6c6c6;
	color: #000;
    text-decoration: none;
}


#cpost_form {
	background-color: #fffced;
	border: 1px solid #ffd030;
	color: #000;
	padding: 6px 10px 10px 10px;
	margin: 10px;
}

#cpost_adresa {	font-size: 11px;
	color: #888;
}


.heureka_recenze {
	width: 100%;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
}

.heureka_recenze.fp {
	float: none;
	width: auto;
	margin-right: 0px;
}

.heureka_recenze div.nadpis {
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}

.heureka_recenze div.heureka_logo, .heureka_recenze a.heureka_logo {
	margin: 0px auto;
	margin-top: 8px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("/images/heureka.png") no-repeat center;
}

.heureka_recenze ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.heureka_recenze ul li {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px #e6e6e6 dotted;
}

.heureka_recenze ul li div.jmeno {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.heureka_recenze ul li div.hodnoceni_text {
	color: #33a8e2;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 4px;
}

.heureka_recenze ul li div.hodnoceni {
	display: block;
	width: 100px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px -20px;
	margin: 2px 0px 2px 50px;
}

.heureka_recenze ul li div.hodnoceni div {
	display: block;
	width: 0px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px 0px;
}

.heureka_recenze ul li div.hodnoceni2_block {
	margin: 6px 0px 4px 0px;
}

.heureka_recenze ul li div.hodnoceni2_text {
	color: #666;
	font-size: 11px;
	float: left;
	margin-top: 1px;
}

.heureka_recenze ul li div.hodnoceni2 {
	display: block;
	width: 65px;
	height: 12px;
	background: url("/images/heureka-star-small.gif") no-repeat 0px -12px;
	margin: 2px 0px 2px 120px;
}

.heureka_recenze ul li div.hodnoceni2 div {
	display: block;
	width: 0px;
	height: 12px;
	background: url("/images/heureka-star-small.gif") no-repeat 0px 0px;
}

.heureka_recenze ul li div.text_pro {
	margin-top: 6px;
	color: #53a923;
}

.heureka_recenze ul li div.text_proti {
	margin-top: 6px;
	color: #e52b2b;
}

.heureka_recenze ul li div.text {
	margin-top: 6px;
	color: #333;
}


#kosik-box table tr td {	font-size: 11px;
}


div#anketa em {
	font-size: 10px;
	font-style: normal;
	color: #000;
}

div#anketa img {
    background-color: #cc0304;
}

div#anketa strong {
	display: block;
	padding-bottom: 5px;
}



div.vyber {
	padding: 0px 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    color: #000;
}

#vyber_box a {
	color: #cc0304;
}

#vyber_box a:hover {
	color: #064d83;
}

div.vyber div.vyber_pr_box {
	padding-top: 10px;
}

div.vyber div.vyber_pr {
	border: 1px #e4e7dc solid;
	background-color: #fff;
	padding: 6px 10px;
    text-align: center;
    font-size: 11px;
}

div.vyber div.vyber_pr:hover {
	border: 1px #84002c solid;
}

div.vyber div.vyber_img {
    background-color: #fff;
	padding: 4px 0px;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

div.vyber div.vyber_img a {
	display: block;
	width: 100%;
	height: 100%;
}


#index_box {	width: 240px;
	float: right;
}

.kos_akce {
    color: #cc0304;
    font-size: 11px;
}



#cnavigator {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border-bottom: #71a107 3px solid;
	height: 225px;
	overflow: hidden;
	margin: 0px;
	cursor: pointer;
}

#cnavigator div#cnavigator_content {
	display: inline-block;
	float: left;
	width: 670px;
	height: 258px;
	background: #fff;
}

#cnavigator div#cnavigator_nav {
	display: inline-block;
	background-color: #f2f2f2;
	width: 285px;
	height: 300px;
}

#cnavigator div#cnavigator_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#cnavigator div#cnavigator_nav ul li {
	display: block;
	padding: 0px;
	height: 61px;
	overflow: hidden;
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 7px 5px 6px 10px;
}

#cnavigator div#cnavigator_nav ul li.active {
	background-color: #fff;
	border-left: 1px #fff solid;
}

#cnavigator div#cnavigator_nav ul li.active div.img {
	border: 2x #cc0304 solid;
}

#cnavigator div#cnavigator_nav ul li div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 55px;
    height: 55px;
	background-color: #fff;
	border: 2px #e4e7dc solid;
}

#cnavigator div#cnavigator_nav ul li div.text {
	float: right;
	width: 190px;
	font-size: 12px;
	color: #000;
}

#cnavigator div#cnavigator_nav ul li div.text p {
	margin: 0px;
	margin-bottom: 4px;
}

#cnavigator div#cnavigator_nav ul li div.text p.nazev {
	display: block;
	height: 35px;
	overflow: hidden;
}

#cnavigator div#cnavigator_nav ul li div.text p span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#cnavigator div#cnavigator_nav ul li.active div.text p span {
	color: #cc0304;
}

#cnavigator div#cnavigator_nav ul li div.content {
	display: none;
}


#cnavigator div#cnavigator_content {
	padding: 20px 15px 20px 20px;
}

#cnavigator div#cnavigator_content div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 200px;
    height: 200px;
}

#cnavigator div#cnavigator_content div.text {
	float: right;
	width: 440px;
}

#cnavigator div#cnavigator_content div.text h2 {
	margin: 0px;
	margin-bottom: 20px;
	color: #000;
	font-size: 22px;
}

#cnavigator div#cnavigator_content div.text h2 a {
	color: #000;
    text-decoration: none;
}

#cnavigator div#cnavigator_content div.text p span {
	font-size: 14px;
}

#cnavigator div#cnavigator_content div.text p.cena {
	padding: 0px;
	margin: 30px 0px 10px 0px;
	color: #cc0304;
	font-size: 28px;
}

#cnavigator div#cnavigator_content div.text p.cena span {
	display: block;
	font-size: 12px;
}

#cnavigator div#cnavigator_content div.text p.cena span.proc {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	margin-left: 100px;
}

#cnavigator div#cnavigator_content div.text p.cinfo {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	color: #666;
	font-size: 13px;
}

#cnavigator div#cnavigator_content div.text p.cinfo span {
	color: #000;
	margin-left: 6px;
	font-size: 13px;
}


input[type='submit'].fcolor, input[type='submit'].fcolor_active {
    text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	filter: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #000;
	font-weight: normal;
	text-shadow: 0px 0px 0px #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	background-image: url(/images/dot.gif);
	width: 23px;
	height: 23px;
	margin-right: 1px;
	border: 1px #c6c6c6 solid;
}

input[type='submit'].fcolor_active {	border: 1px #ec2c7e solid;
}

.akce_box_body {	margin-top: 10px;
}

#onlineplatby {
	margin-top: 20px;
	text-align: center;
}

#onlineplatby div {
    clear: both;
	padding-top: 10px;
}

#copyright {
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	color: #565656;
	font-size: 11px;
}


.filter {
	margin-top: 10px;
	background-color: #fafafa;
	border: 1px #e4e7dc solid;
	padding: 10px;
}

.filter select {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px #bfbfbf solid;
	color: #4d4d4d;
   	font-size: 11px;
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	background: #fff url("/images/select2-bg.png") no-repeat top right;
	width: 225px;
	padding: 4px 5px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.filter h3 {
	color: #000;
	border-bottom: 1px #e4e7dc solid;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	font-size: 14px;
	display: block;
}


#tab-nav {
	margin: 20px 0px;
	padding-bottom: 5px;
}

#tab-nav {
	margin: 20px 0px;
	padding-bottom: 5px;
}

div.onetab {	border-top: 5px #e4e4e4 solid;
}

#tab-nav ul#nav {	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 10px;
	/* margin-bottom: 10px; */
	border-bottom: 1px #e4e4e4 solid;
	display: block;
	background-color: #fff;
	height: 26px;
}

#tab-nav ul#nav li {
	float: left;
	margin-right: 4px;
}

#tab-nav ul#nav li a {	display: block;
	color: #4d4d4d;
	font-size: 14px;
	background-color: #e4e4e4;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#tab-nav ul#nav li a:hover {
	color: #000;
	background-color: #c6c6c6;
}

div#tab-nav ul#nav li a.active {
	color: #fff;
	background-color: #71a107;
}


#tab-nav ul#nav.small {	height: 19px;
}

#tab-nav ul#nav.small li {
	margin-right: 2px;
}

#tab-nav ul#nav.small li a {
	font-size: 12px;
	padding: 7px 10px 7px 10px;
}


.facebook_box {	margin-bottom: 15px;
}


#db_next {	text-align: center;
	margin-top: 10px;
}

#db_next a {	font-size: 18px;
	padding: 8px 15px;
}

.hide {	display: none;
}

.ajax_loading {
	height: 50px;
	background: url("/images/loading.gif") no-repeat center;
}

.colorsel {	margin: 4px 0px;
}


.i360 {	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	width: 45px;
	height: 45px;
	background: url("/images/360.png") no-repeat center;
}

#show_ok_box {	position: absolute;
	top: 0px;
	width: 100%;
	padding: 20px 0px;
	display: none;
	background: rgb(225, 242, 228);
    background: rgba(225, 242, 228, 0.95);
	border-bottom: 1px solid #8ecb9b;
	text-align: center;
}


#menu li.sub_menu {
	position: static;
}

#menu li.sub_menu div.sub_menu_body {
	border-bottom: 5px solid #71a107;
	z-index: 1;
	position: absolute;
	top: 38px;
	left: -9999px;
	width: 960px;
	padding: 5px 15px 10px 15px;
	margin: 0px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

#menu li.sub_menu div.sub_menu_body a, #menu li.sub_menu div.sub_menu_body a:hover {
	padding: 0px;
	margin: 0px;
	min-width: 0px;
	white-space: nowrap;
	line-height: 100%;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	width: 300px;
	display: block;
}

#menu li.sub_menu div.sub_menu_body a:hover {
	text-decoration: none;
	color: #000;
	background-color: #f2f2f2;
}

#menu li.sub_menu div.sub_menu_body a img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}

#menu li.sub_menu div.sub_menu_body a:hover img {	border: 1px solid #666;
}

#menu li.sub_menu div.sub_menu_body a p {
	padding-top: 20px;
}

#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_1,
#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_2,
#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_3 {
	float: left;
}

#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_2 {
	margin-left: 25px;
	margin-right: 25px;
}


.nevyzvednuto {	margin-top: 50px;
	background-color: #e7f4fa;
	border: 2px solid #d9edf7;
	color: #000;
	padding: 15px;
}

.bold {	font-weight: bold;
}

.kontaktform {	padding: 0px 10px;
}

.kontaktform textarea {	width: 690px;
	height: 150px;
}


.pr_akce {
	margin-top: 10px;
	padding: 10px 5px;
}

.pr_akce div.box {	border: 1px solid #e4e7dc;
	float: left;
	margin-left: 8px;
	background-color: #fff;
	width: 110px;
	height: 190px;
	padding: 10px;
	cursor: pointer;
}

.pr_akce div.box.first {	margin-left: 0px;
}

.pr_akce div.img {
	width: 110px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.pr_akce a.text {
	margin-top: 10px;
	display: block;
	height: 42px;
    text-decoration: none;
    color: #000;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}

.pr_akce div.cena {
	margin-top: 10px;
    color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.pr_akce div.cena span {	font-weight: normal;
	font-size: 11px;
    background: url("/images/strike.gif") repeat-x center left;
}

.pr_akce a.pr_akce_next {
	float: right;
	width: 25px;
	height: 212px;
    background: url("/images/next-sleva.png") no-repeat;
}


.pdetailend {	margin-top: 20px;
}

.pdetailend div {	float: right;
}


.filtrbox {	margin: 10px 0px;
	padding: 5px 0px;
	border-top: 1px #e4e7dc dotted;
}

.filtrbox h4 {	margin-top: 0px;
	margin-bottom: 5px;
}

.filtrbox select {	margin-right: 10px;
}


#aktindex {	padding-bottom: 10px;
}

#aktindex div {
	float: left;
	width: 315px;
	height: 250px;
	overflow: none;
	margin: 5px 0px 5px 12px;
}

#aktindex div.first {	margin-left: 0px;
}

#aktindex div h3 {	overflow: none;
	margin: 0px;
	display: block;
	height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}

#aktindex div h3 a {
	color: #353535;
    text-decoration: none;
}

#aktindex div h3 a:hover {
	color: #000;
    text-decoration: none;
}

#aktindex div a.obrazek {	display: block;
	width: 100%;
	height: 200px;
	background-color: #f6f6f6;
}

#aktindex div img {
	width: 100%;
	height: 100%;
}

.dopravazdarma td {
	background-color: #f0f6e3;
	background-color: #f2f7c9;
	color: #000;
	border-top: 1px solid #e4e7dc;
	padding: 12px 4px;
	font-size: 14px;
}


.ramecek3 {
    border: 1px #e4e7dc solid;
	background-color: #fcfcfc;
}



.addcart_background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
}
.addcart_obsah {
	position: relative;
	width: 100%;
	height: 100%;
}
.addcart_box {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	width: 500px;
	height: 150px;
	position: fixed;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 9001;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.75);
	color: #333;
	padding: 30px;
	text-align: center;
}
.addcart_box p {	font-size: 22px;
	font-weight: bold;
}
.addcart_box div {	margin-top: 40px;
}
.addcart_box a {	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin: 0px 20px !important;
	padding: 14px 20px !important;
	background-image: none !important;
}


#doprava_dlg form {
	background-color: #f8fdff;
	border-bottom: 1px solid #bfdff5;
	padding: 4px 10px 10px 10px;
}
#doprava_dlg_data {
	height: 390px;
	overflow-y: auto;
}
#doprava_img {
	margin-right: 20px;
}
#doprava_dlg_data table td {
	padding: 6px 0px;
	border-bottom: 1px dotted #bfdff5;
}
#doprava_dlg_data table tr:hover {
	background-color: #f6f6f6;
}
#doprava_dlg_data table td span {
	display: inline-block;
	margin-top: 3px;
	font-size: 90%;
	color: #666;
}
.doprava-help {	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 15px;
	margin-top: 3px;
	background: url("/images/help.png") no-repeat top;
}
.doprava_popis {	display: none;
	clear: both;
	font-size: 12px;
	color: #787878;
	margin-left: 24px;
	padding-top: 4px;
}
.doprava_popis img {
	margin-top: 4px;
}
.selpost span.selvpopis {
	font-size: 12px;
	color: #666;
}
.selpost div.selvpost {	margin-top: 5px;
	font-size: 12px;
	color: #000;
}
.selvpost input {	display: none;
}
.doprava_adresa {	font-weight: bold;
	margin-left: 10px;
}

#odpolednene {	display: none;
	margin-top: 10px;
	font-size: 13px;
	color: #000;
	padding: 10px;
	border: 1px #bfdff5 solid;
	background-color: #f8fdff;
}

.selcas {	clear: both;
	padding-top: 2px;
	margin-left: 24px;
	display: none;
}


.doprava_adresa {	font-weight: bold;
	margin-top: 4px;
}

.item_dp {	border-top: 1px dotted #e6e6e6;
	margin-bottom: 0px;
	padding: 8px 10px 0px 10px;
}
.item_dp.nl {	border-top: 0px;
}
.item_dp:hover {	background-color: #f6f6f6;
}
.item_dp_ico {	float: right;
	width: 250px;
	text-align: left;
}
.item_dp_ico img {	max-height: 16px;
	width: auto;
	max-width: 100px;
}
.item_dp_stat {
	margin: 10px 0px;
	width: 200px;
}



.gdpr_souhlas {
	display: inline-block;
	margin-top: 4px;
	cursor: pointer;
}
.gdpr_souhlas_box {
	margin-bottom: 15px;
}
.gdpr_souhlas_box label {
	display: block;
}
.gdpr_souhlas_obj {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 15px 0px;
}


.potvrzeni_ok {
	background-color: #def1c4;
	color: #000;
	padding: 10px 20px;
	font-size: 14px;
}

.k1_leva {
	float: left;
	width: 440px;
}
.k1_prava {	float: right;
	width: 490px;
}
.k1_rekap th {
	aborder-bottom: 1px solid #d5d5d5;
	padding: 8px 6px 8px 6px;
	font-weight: bold;
	font-size: 11px;
}
.k1_rekap td {	padding: 4px 6px 4px 0px;
}
.k1_tt td {
	padding: 6px 6px 10px 6px;
	background-color: #def1c4;
}
.k1_plimg {	width: 100px;
	padding-left: 10px;
	text-align: right;
}
.k1_plimg img {	max-height: 25px;
	width: auto;
	max-width: 100px;
}

.justify {	text-align: justify;
}



.vmisto_head {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	color: #082474;
}
.vmisto_head a {
	float: right;
	text-decoration: none;
	color: #666;
	font-size: 24px;
}
.vmisto_head a:hover {
	text-decoration: none;
	color: #000;
}


#ppl-widget-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
	padding: 10px;
}
#ppl-widget {
	width: 90%;

    height: 85vh !important;
    min-height: 85vh !important;

	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	background-color: #fff;
}
